af4e4b
@@ -652,7 +652,7 @@
class ConnectionImplementation implements ClusterConnection, Closeable {
     final byte [] row, boolean useCache, boolean retry, int replicaId)
   throws IOException {
     if (this.closed) {
-      throw new IOException(toString() + " closed");
+      throw new DoNotRetryIOException(toString() + " closed");
     }
     if (tableName== null || tableName.getName().length == 0) {
       throw new IllegalArgumentException(
